home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1320 / 1320.xpi / chrome / gmanager.jar / content / alert / alert.css next >
Cascading Style Sheet File  |  2010-01-22  |  1KB  |  54 lines

  1. @import url("chrome://global/skin/");
  2. @import url("chrome://gmanager/skin/overlay.css");
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5. /*
  6.   Gmail Manager
  7.   By Todd Long <longfocus@gmail.com>
  8.   http://www.longfocus.com/firefox/gmanager/
  9. */
  10.  
  11. #gmanager-alert {
  12.     background-color: -moz-Dialog;
  13.     border: 2px solid #7b969c;
  14.     height: 120px;
  15.     padding: 4px 2px;
  16.     width: 375px;
  17. }
  18.  
  19. #gmanager-alert image[src] {
  20.     opacity: 0.5;
  21. }
  22.  
  23. #gmanager-alert image[src]:hover {
  24.     cursor: pointer;
  25.     opacity: 1;
  26. }
  27.  
  28. #gmanager-alert-header-hbox, #gmanager-alert-description {
  29.     min-width: 375px;
  30.     max-width: 375px;
  31. }
  32.  
  33. #gmanager-alert-header-hbox {
  34.     -moz-box-align: center;
  35.     padding-bottom: 3px;
  36. }
  37.  
  38. #gmanager-alert-details-grid {
  39.     padding: 0 0 4px 0;
  40. }
  41.  
  42. #gmanager-alert-description {
  43.     margin: 0;
  44.     padding: 0 6px;
  45. }
  46.  
  47. #gmanager-alert-description[clickable="true"] {
  48.     color: #1455D6;
  49.     cursor: pointer;
  50. }
  51.  
  52. #gmanager-alert-description[clickable="true"]:hover {
  53.     color: #424F63;
  54. }